Be more specific in ::insert-emoji Since tag
authorDaniel Boles <dboles@src.gnome.org>
Thu, 23 Nov 2017 17:17:08 +0000 (17:17 +0000)
committerDaniel Boles <dboles@src.gnome.org>
Thu, 23 Nov 2017 17:18:36 +0000 (17:18 +0000)
I had been unsure whether to include the minor version, but
:show-emoji-icon already did, so do the same here to match.

gtk/gtkentry.c
gtk/gtktextview.c

index 06f0698e12e56751d94583c06184f4375c7d677e..725c16a455422e8b5afd1eda295dbbb7b6bc7fc1 100644 (file)
@@ -1723,7 +1723,7 @@ gtk_entry_class_init (GtkEntryClass *class)
    *
    * The default bindings for this signal are Ctrl-. and Ctrl-;
    *
-   * Since: 3.22
+   * Since: 3.22.27
    */
   signals[INSERT_EMOJI] =
     g_signal_new (I_("insert-emoji"),
index 67a291f8b39fbd6cc96cefd7212eedb0b1796860..ec423d1e62af8f2d30b1540b72d2fe4784d13d7e 100644 (file)
@@ -1415,7 +1415,7 @@ gtk_text_view_class_init (GtkTextViewClass *klass)
    *
    * The default bindings for this signal are Ctrl-. and Ctrl-;
    *
-   * Since: 3.22
+   * Since: 3.22.27
    */
   signals[INSERT_EMOJI] =
     g_signal_new (I_("insert-emoji"),